|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.source.AnnotationRulerColumn
org.eclipse.jface.text.source.OutlinerRulerColumn
A ruler column for controlling the behavior of a ProjectionSourceViewer
.
This class is for internal use only.
Constructor Summary | |
OutlinerRulerColumn(IAnnotationModel model,
int width)
Creates a new outliner ruler column. |
Method Summary | |
Control |
createControl(CompositeRuler parentRuler,
Composite parentControl)
Creates the column's SWT control. |
protected void |
mouseDoubleClicked(int line)
Hook method for a mouse double click event on the given ruler line. |
Methods inherited from class org.eclipse.jface.text.source.AnnotationRulerColumn |
addAnnotationType, doPaint, doPaint1, getCachedTextViewer, getControl, getInclusiveTopIndexStartOffset, getModel, getWidth, redraw, removeAnnotationType, setFont, setModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutlinerRulerColumn(IAnnotationModel model, int width)
model
- the column's annotation modelwidth
- the width in pixelsMethod Detail |
protected void mouseDoubleClicked(int line)
AnnotationRulerColumn
mouseDoubleClicked
in class AnnotationRulerColumn
line
- the ruler linepublic Control createControl(CompositeRuler parentRuler, Composite parentControl)
IVerticalRulerColumn
createControl
in interface IVerticalRulerColumn
createControl
in class AnnotationRulerColumn
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |